home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / at701.zip / AT.DOC next >
Text File  |  1991-11-10  |  19KB  |  365 lines

  1.  
  2. ARCTOOL Version 7.0
  3. Copyright (c) 1991 GDSOFT
  4.  
  5. MAJOR CHANGES IN THIS VERSION :
  6.  
  7. With Version 7.0, ARCTOOL has undergone  some MAJOR revisions for the first
  8. time in  over a year. After  LOTS of requests from  users, ARCTOOL will NOW
  9. handle  those  pesky  self-extracting  files  that  are everywhere on BBS's
  10. around the country. The changes made to ARCTOOL for this version include :
  11.  
  12.      ... NEW Graphical Interface !!
  13.      ... ARCTOOL now unpacks archives found in other archives.  You can
  14.          go up to 4 LEVELS deep.
  15.      ... Supports ARJ format.
  16.      ... Copy, Rename or Delete Archives from within ARCTOOL.
  17.      ... Virus SCAN option using your favorite virus control program.
  18.      ... Directory pruning and creation inside ARCTOOL.
  19.  
  20.      ... Recognition of MOST SFX headers in 'COM' and 'EXE' files.
  21.      ... Use Of Configuration file for archive paths. Makes startup FAST !!
  22.      ... Command line switches /N ( Do NOT use configuration file )
  23.          and  /S ( create configuration file from archive paths. )
  24.      ... UNLIMITED (only by available memory) number of archives.
  25.          Previous versions limited the user to 250 archives.
  26.      ... Bug fixes for GOOFY machine BIOS (PS2, Zenith, Tandy) !!
  27.      ... Network, NetBIOS, DeskView and WINDOWS COMPATIBLE !!!
  28.      ... FASTER, Tighter code.
  29.      ... NO CHANGE to the 'LOOK' and 'FEEL' so previous users won't be
  30.          freeked out.  This is one of MY PET PEEVES when programmers update
  31.          their software. "I just got used to it, and they changed the whole
  32.          darn thing"
  33.  
  34. GETTING STARTED :
  35.  
  36. ARCTOOL is  a shell to the  many of the most  popular archive (compression)
  37. programs available.  ARCTOOL will support files  compressed with PKZIP, ARC
  38. (SEA),  PKARC,  LHARC,  LHA,  LHS,  ARJ, ZOO,  SQUEEZE,  and PAK (Nogate).
  39.  
  40. With Version  7.0, ARCTOOL can  now support SFX  files made with  PAK, ARC,
  41. LHARC, and PKZIP. These files are self-extracting, and have file extensions
  42. of 'COM' or 'EXE'.  ARCTOOL will try to determine if a  file is an SFX file
  43. and include it for your review if it is.
  44.  
  45. Since  ARCTOOL  is  a  shell,  you  obviously  must  have  a version of the
  46. de-arcing  software that  you want  to use  somewhere on  the same drive as
  47. ARCTOOL.
  48.  
  49. ARCTOOL is  executed for the  DOS command line  by entering AT.  First, the
  50. program  will search  your entire  disk for  files ending  in the extension
  51. 'ARC','PAK','LZH','LBR','ZOO','ARJ','ZIP' and 'COM' and 'EXE' (SFX files).
  52.  
  53. The first time into the program, you will need to tell ARCTOOL what program
  54. and format you  want to use for each of  the file extensions supported. The
  55. screen looks like this :
  56.  
  57.         ┌───────────────────── ARCHIVE Setup ─────────────────────┐
  58.         │ ┌─────────────────────────────────────────────────────┐ │
  59.         │ │                                                     │ │
  60.         │ │ UNARC Program : D:\UTILITY\ARC.EXE                  │ │
  61.         │ │ UNPAK Program : D:\UTILITY\PAK.EXE                  │ │
  62.         │ │ UNZIP Program : D:\UTILITY\PKUNZIP.EXE              │ │
  63.         │ │ UNLBR Program : D:\UTILITY\LUE.COM                  │ │
  64.         │ │ UNZOO Program : D:\UTILITY\ZOO.EXE                  │ │
  65.         │ │ UNLZH Program : D:\UTILITY\LHA.EXE                  │ │
  66.         │ │ UNARJ Program : D:\UTILITY\ARJ.EXE                  │ │
  67.         │ │                                                     │ │
  68.         │ └───────  ,-Up/Down   ┘-Select    Esc-Exit  ───────┘ │
  69.         └─────────────────────────────────────────────────────────┘
  70.  
  71. Enter the name of the program  to use for each extension (i.e. PKXARC.EXE),
  72. and if it  is on the disk, ARCTOOL  will find it. Of course,  you can enter
  73. the full  path along with  the filename (i.e.  C:\UTILITY\PKXARC.EXE).
  74.  
  75.  
  76. Next  you will  be asked  to select  a decompression  format. The different
  77. programs available have different command  line switches that must be used.
  78. The selection window looks like this :
  79.  
  80.         ┌───────────── Select An Archive Format ────────────┐
  81.         │SEA     : ARC {xepv}[ow] <ARCHIVE> [filename]      │
  82.         │PKWARE  : PK[xarc,unpak] {epc}[r] <ARCHIVE> [filen │
  83.         │PKWARE  : PKUNZIP {epc} [o] <ARCHIVE> [filename]   │
  84.         │NOGATE  : PAK {ep}[wa] <ARCHIVE> [filename]        │
  85.         │V.BUERG : LUE  <ARCHIVE> [filename]                │
  86.         │R.DHESI : ZOO {ep}[o] <ARCHIVE> [filename]         │
  87.         │YOSHI   : LHA[rc] {xepv}[n] <ARCHIVE> [filename]   │
  88.         │R.JUNG  : ARJ {xepv}[o] <ARCHIVE> [filename]       │
  89.         └───────────────────────────────────────────────────┘
  90.  
  91. Select the appropriate format, and press 'RETURN'. You will then be asked if
  92. you  want to  OVERWRITE existing  files on  extraction. Answer  'Y' or 'N'.
  93. Proceed with  this process until you  have entered a program  name for each
  94. file extension.  If you do not  want to use a  particular format, leave the
  95. slot blank. ARCTOOL will fill in NOT USED in the slot for you.
  96.  
  97.  
  98.         ┌───────────────────── ARCHIVE Setup ─────────────────────┐
  99.         │ ┌─────────────────────────────────────────────────────┐ │
  100.         │ │                                                     │ │
  101.         │ │ UNARC Program : D:\UTILITY\ARC.EXE                  │ │
  102.         │ │ UNPAK Program : D:\UTILITY\PAK.EXE                  │ │
  103.         │ │ UNZIP Program : D:\UTILITY\PKUNZIP.EXE              │ │
  104.         │ │ UNLBR Program : D:\UTILITY\LUE.COM                  │ │
  105.         │ │ UNZOO Program : D:\UTILITY\ZOO.EXE                  │ │
  106.         │ │ UNLZH Program : D:\UTILITY\LHA.EXE                  │ │
  107.         │ │ UNARJ Program : D:\UTILITY\ARJ.EXE                  │ │
  108.         │ │                                                     │ │
  109.         │ └───────  ,-Up/Down   ┘-Select    Esc-Exit  ───────┘ │
  110.         │                                                         │
  111.         │                                                         │
  112.         │              ┌─────────────────────────────┐            │
  113.         │              │  Overwrite Files ?? (Y/N) Y │            │
  114.         │              └─────────────────────────────┘            │
  115.         │                                                         │
  116.         │                                                         │
  117.         │                                                         │
  118.         │                                                         │
  119.         │                                                         │
  120.         └─────────────────────────────────────────────────────────┘
  121.  
  122. Press ESCAPE when you have finished this process. All of your choices will
  123. be written out to disk, and may be changed again at anytime. See the SETUP
  124. command below for more information.
  125.  
  126.  
  127. Next ARCTOOL will present you with the main archive screen.
  128.  
  129.         ┌────────────────────────── ARCTOOL 7.0 ─────────────────────────┐
  130.         │ ┌────────────────────────────────────────────────────────────┐ │
  131.         │ │      Files      : 24           Volume : GDSOFT2            │ │
  132.         │ │      Space Used : 3951905      Memory : 310928             │ │
  133.         │ │      Free Space : 87719936     Need   : 0                  │ │
  134.         │ └────────────────────────────────────────────────────────────┘ │
  135.         └────────────────────────────────────────────────────────────────┘
  136.         ┌────────────────────────────────────────────────────────────────┐
  137.         │ ┌────────────────────────────────────────────────────────────┐ │
  138.         │ │   AR702    ZIP D:\ZIP\            19043 10/27/91 01:17Pm   │ │
  139.         │ │   BILLING  ZIP D:\BILLING\        96617 08/29/91 10:31Am   │ │
  140.         │ │   BONUS    ZIP D:\TURBO\ARCS\    105465 09/24/91 11:20Pm   │ │
  141.         │ │   BONUS2   ZIP D:\TURBO\ARCS\    220388 10/18/91 12:05Pm   │ │
  142.         │ │   DP4PRT   LZH D:\ZIP\            32838 10/30/91 08:58Am   │ │
  143.         │ │   DS       ZIP D:\DS\            125966 08/27/91 01:29Am   │ │
  144.         │ │   FM       ZIP D:\FILEMAIN\      652777 08/29/91 10:50Am   │ │
  145.         │ │   FV138    ZIP D:\ZIP\             9068 09/23/91 07:53Am   │ │
  146.         │ └────────────────────────────────────────────────────────────┘ │
  147.         │ ┌────────┐┌────────┐┌────────┐┌────────┐┌────────┐┌────────┐   │
  148.         │ │  -Up  ││  -Dn  ││  PgUp  ││  PgDn  ││  Home  ││  End   │   │
  149.         │ └────────┘└────────┘└────────┘└────────┘└────────┘└────────┘   │
  150.         │ ┌────────┐┌────────┐┌────────┐┌────────┐┌────────┐┌─────────┐  │
  151.         │ │  Copy  ││  Del   ││ Rename ││  Sort  ││ SeTup  ││ ┘-View │  │
  152.         │ └────────┘└────────┘└────────┘└────────┘└────────┘└─────────┘  │
  153.         └────────────────────────────────────────────────────────────────┘
  154.  
  155. Simply  use  the  cursor  keys  to  select  one  of the archives. Press
  156. <ENTER> and the archive contents will be displayed.
  157.  
  158. THE BASIC COMMAND WINDOW :
  159.  
  160. After selecting an archive, its contents will be read, and all of its files
  161. will be presented. The command window  at the bottom of the screen displays
  162. all of the features of ARCTOOL.
  163.  
  164.         ┌────────────── Archive : D:\TURBO\ARCS\BONUS2.ZIP ──────────────┐
  165.         │ ┌────────────────────────────────────────────────────────────┐ │
  166.         │ │      Files      : 9            OutPath : D:\TURBO\ARCS     │ │
  167.         │ │      Byte Total : 236338       Memory  : 306008            │ │
  168.         │ │      Free Space : 87719936     Need    : 0                 │ │
  169.         │ └────────────────────────────────────────────────────────────┘ │
  170.         └────────────────────────────────────────────────────────────────┘
  171.         ┌────────────────────────────────────────────────────────────────┐
  172.         │ ┌────────────────────────────────────────────────────────────┐ │
  173.         │ │   BROWSE   EXE LZCrunch           39008 12/05/90 05:54Am   │ │
  174.         │ │   CASE     EXE Stored              9124 10/18/91 12:04Pm   │ │
  175.         │ │   ER       EXE Stored             32045 10/18/91 12:04Pm   │ │
  176.         │ │   FIND     EXE Stored             20841 10/18/91 12:05Pm   │ │
  177.         │ │   LAB      EXE Stored             18682 10/18/91 12:03Pm   │ │
  178.         │ │   TR       EXE Stored             31544 10/18/91 12:04Pm   │ │
  179.         │ │   VF       EXE Stored             23785 10/18/91 12:04Pm   │ │
  180.         │ │   ZAPDIR   EXE Stored             22662 10/18/91 12:04Pm   │ │
  181.         │ └────────────────────────────────────────────────────────────┘ │
  182.         │  ┌──────────┐┌──────────┐┌──────────┐┌──────────┐┌──────────┐  │
  183.         │  │ Extract  ││  Delete  ││  Print   ││   View   ││   Find   │  │
  184.         │  └──────────┘└──────────┘└──────────┘└──────────┘└──────────┘  │
  185.         │  ┌──────────┐┌──────────┐┌──────────┐┌──────────┐┌──────────┐  │
  186.         │  │   New    ││   Sort   ││   Tag    ││  UnTag   ││ Alt-More │  │
  187.         │  └──────────┘└──────────┘└──────────┘└──────────┘└──────────┘  │
  188.         └────────────────────────────────────────────────────────────────┘
  189.  
  190.  
  191. The 'D' key  allows files within the archive to  be deleted, so be careful,
  192. you'll only get one chance. The 'Q' key quits ARCTOOL.
  193.  
  194. Files can be Tagged (T) or UnTagged  (U). Files can be Extracted (E) to any
  195. Outpath (L). Files can also be Viewed (V)  on the CRT or Printed (P) on the
  196. printer.
  197.  
  198. File can be sorted in any order,  and ARCTOOL will save the sort switch for
  199. future use.
  200.  
  201. A new feature with version 7 of ARCTOOL is the FIND function. The currently
  202. highlited file will be search for on  the current disk drive.
  203.  
  204. The NEW command let's you look at another archive. It can be any archive on
  205. any drive.  Just press 'N' and enter the archive name including the path.
  206.  
  207.  
  208. NEW !!! MULTIPLE LEVEL ARCHIVE EXTRACTION :
  209.  
  210. ARCTOOL now  provide the means  to look  at  files in archives  even if the
  211. archive in  question is in another  archive. For example, lets  say the you
  212. have an archive  called FOUR.ZIP which contains the  file THREE.ZIP. Inside
  213. THREE.ZIP is the file  TWO.ZIP and so on. Press the VIEW  key, on the first
  214. archive, and it will open up the  next one. You will notice that the screen
  215. shifts right 2 colunms with each level the you go to. You can do this up to
  216. 4 levels.
  217.  
  218. Use the ALT key to see the alternate commands available :
  219.  
  220.         ┌────────────── Archive : D:\TURBO\ARCS\BONUS2.ZIP ──────────────┐
  221.         │ ┌────────────────────────────────────────────────────────────┐ │
  222.         │ │      Files      : 9            OutPath : D:\TURBO\ARCS     │ │
  223.         │ │      Byte Total : 236338       Memory  : 306008            │ │
  224.         │ │      Free Space : 87719936     Need    : 0                 │ │
  225.         │ └────────────────────────────────────────────────────────────┘ │
  226.         └────────────────────────────────────────────────────────────────┘
  227.         ┌────────────────────────────────────────────────────────────────┐
  228.         │ ┌────────────────────────────────────────────────────────────┐ │
  229.         │ │   BROWSE   EXE LZCrunch           39008 12/05/90 05:54Am   │ │
  230.         │ │   CASE     EXE Stored              9124 10/18/91 12:04Pm   │ │
  231.         │ │   ER       EXE Stored             32045 10/18/91 12:04Pm   │ │
  232.         │ │   FIND     EXE Stored             20841 10/18/91 12:05Pm   │ │
  233.         │ │   LAB      EXE Stored             18682 10/18/91 12:03Pm   │ │
  234.         │ │   TR       EXE Stored             31544 10/18/91 12:04Pm   │ │
  235.         │ │   VF       EXE Stored             23785 10/18/91 12:04Pm   │ │
  236.         │ │   ZAPDIR   EXE Stored             22662 10/18/91 12:04Pm   │ │
  237.         │ └────────────────────────────────────────────────────────────┘ │
  238.         │ ┌────────────┐ ┌────────────┐  ┌────────────┐  ┌────────────┐  │
  239.         │ │ VirusScan  │ │ TagExtract │  │ TagDelete  │  │  LogDrive  │  │
  240.         │ └────────────┘ └────────────┘  └────────────┘  └────────────┘  │
  241.         │ ┌────────────┐ ┌────────────┐  ┌────────────┐  ┌────────────┐  │
  242.         │ │  TagAll    │ │  UnTagAll  │  │    Dirs    │  │    Setup   │  │
  243.         │ └────────────┘ └────────────┘  └────────────┘  └────────────┘  │
  244.         └────────────────────────────────────────────────────────────────┘
  245.  
  246. The 'ALT T'  key tags all  of the files  in the archive,  and the 'ALT U' key
  247. untags all tagged files.
  248.  
  249.  
  250. ALT S ( SETUP ) See the description of the SETUP process above.
  251.  
  252. NEW !!! VIRUSCAN COMMAND
  253. This  works in  conjunction with  you favorite  virus scan  program. I  use
  254. SCAN.EXE by  McAfee, which can  be found on  any bulletin board.  The files
  255. will be  unpacked to a  temporary directory and  you will be  asked for the
  256. scan program.  Include any command line  swithces that you might  need. The
  257. files will be scan and virus's if any will be reported.
  258.  
  259. NEW !!! DIR COMMAND
  260.  
  261. This command will  display a tree of all of  the directories on the current
  262. drive.  Directories can  be added  or  DELETED,  (BE CAREFUL  .. ALL  FILES
  263. INCLUDING SUBDIRS  WILL BE DELETED TOO  !!!) The path selected  will become
  264. the new OUTPATH for the archives that you might extract.
  265.  
  266. TURNING SFX LOOKUP OFF  ( ALT O  Not On MENU )
  267.  
  268. ARCTOOL by default looks at EVERY 'EXE'  and 'COM' file to determine if the
  269. file is an 'SFX'  format file. If you have a directory  with a LOT of these
  270. files, this  can take a  while, sometimes, A  LONG WHILE !!.  Especially on
  271. floppy disks, this can seem to take  FOREVER !!!. You can turn this feature
  272. off by using the 'ALT O' switch once inside of ARCTOOL. You will be given a
  273. message the  the SFX feature is  now ON (or OFF)  depending on the previous
  274. state.
  275.  
  276. Since this feature is a toggle, you  will be changing it to the OPPOSITE of
  277. what it now is. If it seems that ARCTOOL is slow on directories that have a
  278. LOT of COM and EXE files, try pressing  ALT O and see if this speeds things
  279. up.  You WILL  however LOOSE  the ability  to identify  SFX "COM" and "EXE'
  280. files.
  281.  
  282.  
  283. CONFIGURATION FILE :
  284.  
  285. If  you desire,  you can  create a  configuration file  which MUST be named
  286. 'AT.CFG',  which can  contain the   pathnames where  you want  'ARCTOOL' to
  287. search for archives.  In this case, ARCTOOL WILL NOT  search EVERY drive on
  288. your disk for  the presence of archives. This can  make the startup process
  289. VERY fast  if you are only  placing archives in one  or two directories but
  290. have a LOT of paths on your hard drive.
  291.  
  292.  
  293. The configuration file must be an ASCII  text file, and can be created with
  294. any text  editor. Pathnames must  be one per  line, and can  be any path on
  295. your disk. EXAMPLE :
  296.  
  297.        C:\
  298.        D:\ARCHIVES\
  299.        \ZIPFILES\
  300.        Z:\PAHTNAME\
  301.  
  302. You can  include ANY path  on any physical  drive, as long  as the physical
  303. drive exists.
  304.  
  305. COMMAND LINE SWITCHES :
  306.  
  307. There  are two  command line  switches  that  can be  used with  ARCTOOL to
  308. control the configuration file.
  309.  
  310.     /N - DO NOT USE CONFIGURATION FILE. If you have created a configuration
  311.     file, then  ARCTOOL will use  it as a  default. This switch  will cause
  312.     ARCTOOL to ignore the configuration file,  and ALL paths on the current
  313.     disk will be searched for archives.
  314.  
  315.     /S  - CREATE CONFIGURATION FILE.   Using this  switch causes ARCTOOL to
  316.     create a  configuration file from  the pathnames were  it finds archive
  317.     files.  Any  previous  version  of   the  configuration  file  WILL  BE
  318.     OVERWRITTEN.  Subsequent uses  of ARCTOOL  will use  this newly created
  319.     configuration  file unless  you specify  the /N  switch on  the command
  320.     line.
  321.  
  322. SAMPLE COMMAND LINES :  AT /n
  323.                         AT /s
  324.                         AT A: /S
  325.                         AT C: /S
  326.  
  327. Only use ONE of these switch on the  command line at a time.
  328.  
  329.  
  330. Well, that's pretty much it. I think that you will find ARCTOOL easy to use,
  331. FAST, and once you get used to using it, indispensable !!
  332.  
  333. If you like ARCTOOL, then please register it. For those who do, I will send
  334. my super dooper BONUS archive as well. Believe me there are many goodies on
  335. this BONUS disk including the companion programs ARCPLUS Version 7.0, which
  336. will allow you  create archives in any of the  formats, and the FILEMANAGER
  337. PLUS, an  exciting NEW program  which does ALL  that you could  EVER want a
  338. file  mananger program  to do,  including everything  that ARCTOOL does and
  339. MUCH MORE !!!
  340.  
  341. (ARCPLUS and FILEMANAGER PLUS will NOT  be uploaded anywhere !! This is the
  342. only way you can get it !!).
  343.  
  344.         Send a FORMATTED, BLANK diskette to
  345.  
  346.         G.D. DAVIS
  347.         57280 Osage Drive
  348.         Goshen, Indiana 46526
  349.  
  350.         Please Include a $30.00 registration fee.
  351.  
  352.         Make sure that you include your return address.
  353.  
  354.  
  355. If you have any comments or questions,  I would REALLY love to receive your
  356. comments  or  suggestions.  I  can  be  reached  by  leaving  mail on GENIE
  357. (G.D.DAVIS)  or  CompuServe  (72067,2726),  or  write  to  me  at the above
  358. address.
  359.  
  360. Thank you for choosing ARCTOOL.
  361.  
  362.  
  363. ----------------------------------------------------------------------------
  364.  
  365.